regexp.machine.add (method)

5 uses

	regexp (current package)
		exec.go#L222: 			m.add(runq, uint32(m.p.Start), pos, m.matchcap, &flag, nil)
		exec.go#L304: 			t = m.add(nextq, i.Out, nextPos, t.cap, nextCond, t)
		exec.go#L317: func (m *machine) add(q *queue, pc uint32, pos int, cap []int, cond *lazyFlag, t *thread) *thread {
		exec.go#L340: 		t = m.add(q, i.Out, pos, cap, cond, t)
		exec.go#L355: 			m.add(q, i.Out, pos, cap, cond, nil)